home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / sim / z8k / changelo next >
Encoding:
Text File  |  1994-02-03  |  2.5 KB  |  76 lines

  1. Sat Dec 11 16:39:30 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  2.  
  3.     * iface.c (sim_store_register): Get regval the right way up.
  4.     * writecode.c (info_args): Add lda.
  5.  
  6. Tue Oct 26 13:01:46 1993  Doug Evans  (dje@canuck.cygnus.com)
  7.  
  8.     * Makefile.in (INCDIR): Fix definition.
  9.     (CSEARCH): Add -I$(srcdir)/../../gdb
  10.     (comped1.o, comped3.o, compedb3.o, comped2.o): Use CSEARCH, not INCDIR.
  11.     * iface.c: Replace #include "../include/wait.h" with "remote-sim.h".
  12.     (sim_set_pc): int result, use SIM_ADDR for type of arg `addr'.
  13.     (sim_store_register): int result, pass value by reference.
  14.     (sim_fetch_register): Use unsigned char * for arg `buf'.
  15.     (sim_write): int result, use SIM_ADDR for `where' arg,
  16.     use unsigned char * for `what' arg.
  17.     (sim_read): Ditto.
  18.     (sim_resume): int result.
  19.     (sim_stop_reason): Renamed from sim_stop_signal, int result,
  20.     new arg `reason'.
  21.     (sim_info): int result, merge sim_info_print into here.
  22.     (sim_info_print): Deleted.
  23.     * run.c: #include <stdio.h>
  24.     (main): Update call to sim_info.
  25.     * sim.h: Remove various prototypes defined in remote-sim.h.
  26.  
  27. Sat Oct 23 15:16:45 1993  Doug Evans  (dje@canuck.cygnus.com)
  28.  
  29.     * iface.c (sim_stop_signal): Result is now enum sim_stop.
  30.  
  31. Thu Oct  7 19:01:07 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  32.  
  33.     * writecode.c (doset, info_docode): Understand set and res insns.
  34.  
  35. Thu Sep 30 11:30:42 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  36.  
  37.     * support.c (tm_info_print):  If no timetaken, don't divide by zero.
  38.  
  39. Fri Jul 30 15:51:54 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  40.  
  41.     * writecode.c (div): rename to divide, to resolve conflict with
  42.     ANSI function div from <stdlib.h>
  43.  
  44. Mon Mar 15 15:48:50 1993  Ian Lance Taylor  (ian@cygnus.com)
  45.  
  46.     * z8k.mt (DO_INSTALL): Renamed from INSTALL.
  47.  
  48. Tue Mar  9 12:32:29 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  49.  
  50.     * writecode.c (main): Make the vector 'big' static, so that it
  51.     will compile on the apollo.
  52.     * support.c: Use the ANSI compilant __inline__.
  53.  
  54. Fri Mar  5 07:54:18 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  55.  
  56.     * writecode.c (main): When using gcc, split the tables into
  57.     sections so that it will compile.
  58.     * Makefile.in: Get ar args right.
  59.     * tm.h: Fix gcc prototypes.
  60.  
  61. Wed Mar  3 15:04:48 1993  Steve Chamberlain  (sac@poseidon.cygnus.com)
  62.  
  63.     * support.c (fail): Get the argument count right.
  64.     * tm.h: Lint.
  65.     * writecode.c (main): Pass all the arguments emit needs.
  66.  
  67. Tue Feb  2 07:49:42 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  68.  
  69.     * lint, prototypes
  70.  
  71. Fri Jan 15 12:43:08 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  72.  
  73.     * New
  74.  
  75.  
  76.